Skip to main content

New: Orders API Suite

ยท 2 min read
Catarina Comba
Product Manager
Early Access

Overviewโ€‹

The Orders API is a new suite of APIs, designed to simplify and enhance the process of managing subscriptions for our clients. This API enables the submission of new order requests and currently supports the activation of new eSIM subscriptions, changing existing SIM profiles (transitions between physical SIMs and eSIMs), and managing subscription statuses. The Order submission is working in asynchronous manner, and the caller can check the status of the execution using a dedicated Get Order endpoint.


What's Newโ€‹

  1. Add new Subscription: allows the self-provisioning of new eSIMs by submitting an order with all necessary details.
  2. Replace a SIM: enables the change of SIM profiles associated with an existing subscription.
  3. Suspend Subscription: provides the ability to temporarily stop services for a subscription, for example, in cases where a device is lost or stolen. The subscription remains active and billable during suspension.
  4. Resume Subscription: reactivates services for a previously suspended subscription, restoring full functionality.
  5. Get Order Status: This endpoint fetches the status of a previously submitted order, enabling real-time tracking and verification of its progress and completion(pending, canceled, completed).

For more information review the API specifications.